testing.common.flushToParent (method)

9 uses

	testing (current package)
		fuzz.go#L421: 		f.flushToParent(f.name, format, "FAIL", f.name, dstr)
		fuzz.go#L424: 			f.flushToParent(f.name, format, "SKIP", f.name, dstr)
		fuzz.go#L426: 			f.flushToParent(f.name, format, "PASS", f.name, dstr)
		fuzz.go#L694: 				root.flushToParent(root.name, "--- FAIL: %s (%s)\n", root.name, fmtDuration(d))
		testing.go#L815: func (c *common) flushToParent(testName, format string, args ...any) {
		testing.go#L1968: 				root.flushToParent(root.name, "--- FAIL: %s (%s)\n", root.name, fmtDuration(d))
		testing.go#L2499: 		t.flushToParent(t.name, format, "FAIL", t.name, dstr)
		testing.go#L2502: 			t.flushToParent(t.name, format, "SKIP", t.name, dstr)
		testing.go#L2504: 			t.flushToParent(t.name, format, "PASS", t.name, dstr)